Skip to content

Enable xml type support for oracle for dts-connectors only#657

Open
vanshikaagupta22 wants to merge 1 commit intodata-integrations:developfrom
cloudsufi:oracle-supportforxml
Open

Enable xml type support for oracle for dts-connectors only#657
vanshikaagupta22 wants to merge 1 commit intodata-integrations:developfrom
cloudsufi:oracle-supportforxml

Conversation

@vanshikaagupta22
Copy link
Copy Markdown

This PR enables support for the Oracle XMLType by mapping it to the STRING data type in BigQuery. Due to dependency conflicts in the pom.xml affecting CDF class loading, this feature is currently enabled exclusively for the DTS side via a new boolean flag (isXmlTypeEnabled).

case INTERVAL_YM:
case LONG:
return Schema.of(Schema.Type.STRING);
case Types.SQLXML:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should add a comment explaining for future context that it is only added to support DTS connector and currently not in a working state in CDAP plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants